home *** CD-ROM | disk | FTP | other *** search
- object InstrumentSettings: TInstrumentSettings
- Left = 204
- Top = 111
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Instrument/Sample settings'
- ClientHeight = 212
- ClientWidth = 309
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 3
- Top = 6
- Width = 108
- Height = 16
- Caption = 'Instrument Name:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 3
- Top = 63
- Width = 167
- Height = 16
- Caption = 'Instrument/Sample Length:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 3
- Top = 102
- Width = 41
- Height = 13
- Caption = '0.05 sec'
- end
- object Label4: TLabel
- Left = 267
- Top = 102
- Width = 38
- Height = 13
- Caption = '500 sec'
- end
- object Label5: TLabel
- Left = 102
- Top = 102
- Width = 98
- Height = 13
- Alignment = taCenter
- Caption = 'Length: 0.50000 sec'
- end
- object Label6: TLabel
- Left = 264
- Top = 30
- Width = 42
- Height = 13
- Caption = '40 Chars'
- end
- object InstrName: TEdit
- Left = 3
- Top = 27
- Width = 256
- Height = 21
- TabOrder = 0
- Text = 'Default Sample Name'
- OnChange = InstrNameChange
- end
- object ISLenSB: TScrollBar
- Left = 3
- Top = 84
- Width = 301
- Height = 14
- LargeChange = 10
- Max = 10000
- Min = 1
- Position = 10
- TabOrder = 1
- OnChange = ISLenSBChange
- end
- object ButtnPanel: TPanel
- Left = 21
- Top = 120
- Width = 259
- Height = 58
- TabOrder = 2
- object B025: TButton
- Left = 6
- Top = 6
- Width = 37
- Height = 19
- Caption = '0.25'
- TabOrder = 0
- OnClick = B025Click
- end
- object B050: TButton
- Left = 48
- Top = 6
- Width = 37
- Height = 19
- Caption = '0.50'
- TabOrder = 1
- OnClick = B050Click
- end
- object B100: TButton
- Left = 90
- Top = 6
- Width = 37
- Height = 19
- Caption = '1.00'
- TabOrder = 2
- OnClick = B100Click
- end
- object B150: TButton
- Left = 132
- Top = 6
- Width = 37
- Height = 19
- Caption = '1.50'
- TabOrder = 3
- OnClick = B150Click
- end
- object BGUS1: TButton
- Left = 6
- Top = 33
- Width = 79
- Height = 19
- Caption = '0.74297'
- TabOrder = 4
- OnClick = BGUS1Click
- end
- object BGUS2: TButton
- Left = 90
- Top = 33
- Width = 79
- Height = 19
- Caption = '1.48594'
- TabOrder = 5
- OnClick = BGUS2Click
- end
- object BGUS3: TButton
- Left = 174
- Top = 33
- Width = 79
- Height = 19
- Caption = '2.97188'
- TabOrder = 6
- OnClick = BGUS3Click
- end
- object B200: TButton
- Left = 174
- Top = 6
- Width = 37
- Height = 19
- Caption = '2.00'
- TabOrder = 7
- OnClick = B200Click
- end
- object B300: TButton
- Left = 216
- Top = 6
- Width = 37
- Height = 19
- Caption = '3.00'
- TabOrder = 8
- OnClick = B300Click
- end
- end
- object Done: TButton
- Left = 102
- Top = 183
- Width = 99
- Height = 25
- Caption = 'Done'
- TabOrder = 3
- OnClick = DoneClick
- end
- end
-